home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / CENVIW2.ZIP / CENVI.DOC < prev    next >
Text File  |  1993-09-13  |  39KB  |  741 lines

  1.                     CEnvi Shareware Manual, Chapter 1:
  2.                        CEnvi Unregistered Shareware
  3.  
  4.  
  5.                      CEnvi unregistered version 1.003
  6.                              13 September 1993
  7.  
  8.                        CEnvi Shareware User's Manual
  9.  
  10.           Copyright 1993, Nombas, All Rights Reserved.
  11.           Published by Nombas, P.O. Box 875, Medford, MA 02155 USA
  12.           (617)391-6595
  13.  
  14.           Thank you for trying this shareware version of CEnvi from Nombas.
  15.  
  16. 1.  CEnvi Unregistered Shareware
  17.  
  18. 1.1.  Introduction to Cmm and CEnvi
  19.  
  20.           Cmm (C minus minus) is 'C' for the rest of us.  CEnvi runs Cmm
  21.           programs in the DOS, Windows, OS/2, NT, Unix, etc...
  22.           environments.  Together, CEnvi and Cmm make the power and
  23.           flexibility of the C programming language part of every computer
  24.           user's environment, without the hardware, time, and programmer
  25.           resources needed for developing full-blown C programs.
  26.  
  27.           With CEnvi and Cmm, anyone can take control of their computer
  28.           environment.  C is not just for programming nerds anymore.  CEnvi
  29.           utilites, macros, batch files, and scripts can quickly be
  30.           created, shared, and modified among all computer users,
  31.           professional and amateur alike.
  32.  
  33.           CEnvi can be incorporated at a pace that is comfortable to you:
  34.           you may only want to use CEnvi code set up by a more experienced
  35.           user, you may want to enhance existing batch files with a line or
  36.           two of CEnvi code, or you may write complete utilities using
  37.           CEnvi.
  38.  
  39. 1.2.  CEnvi unregistered shareware version
  40.  
  41.           This package is the unregistered shareware version of CEnvi.
  42.           Nombas provides this unregistered shareware version of CEnvi so
  43.           that you can try the program for a while before deciding whether
  44.           to buy.  If, after a few weeks of using using this product, you
  45.           think CEnvi will be useful to you and/or your organization then
  46.           use the registration form at the end of this document (or see the
  47.           file: REGISTER.DOC) to register CEnvi.
  48.  
  49. 1.2.1   Why you should register
  50.  
  51.           If you register, then you will receive:
  52.             *The latest version of CEnvi for all supported platforms
  53.               (currently DOS, OS/2, and Windows, with NT support expected
  54.               soon) without the annoying "Please Register" reminder.
  55.             *The CEnvi user's manual (almost 100 pages, including a
  56.               description of the Cmm programming language, a tutorial for
  57.               those who have never programmed, and descriptions and
  58.               examples of the nearly 150 functions included in the CEnvi
  59.               library).
  60.             *Free incremental electronic downloads for new versions of
  61.               CEnvi for all supported operating systems.
  62.             *Unlimited support from Nombas and CEnvi/Cmm users through
  63.               CompuServe (72212,1622), internet (bsn@world.std.com), the
  64.               cenvi-cmm e-mail mailing list (cenvi-cmm@world.std.com), and
  65.               the Nombas BBS (617-391-6595).
  66.             *Access to the growing list of CEnvi utilities and libraries
  67.               (some of which are included in this unregistered shareware
  68.               package, and others are contributed by Nombas and CEnvi/Cmm
  69.               users to the electronic locations described above).
  70.             *Discounts for additional registered version of CEnvi to use
  71.               within your organization.
  72.  
  73. 1.2.2   How to register
  74.  
  75.           See the REGISTER.DOC document that is included with this package
  76.           (and is also duplicated at the end of this document), to purchase
  77.           a registered version of CEnvi.
  78.  
  79. 1.3.  Installing CEnvi, documents, and sample files
  80.  
  81.           To install this package for evaluation
  82.             * Create a directory and then copy all of these files into that
  83.               directory.
  84.             * From within that directory execute CEnvi.exe.
  85.             * At the CEnvi "Code:" prompt enter "Install.cmm" to execute
  86.               the Install program (which is written in Cmm).
  87.             * You may then test CEnvi by trying out the included example
  88.               files and by creating CEnvi code of your own.
  89.  
  90.           For DOS and OS/2 versions, the install.cmm program will set up
  91.           the PATH environment variable to include the directory you
  92.           installed the files in, and will also set the CMMPATH environment
  93.           variable to this directory.  For Windows, install will add the
  94.           CMMPATH profile value in WIN.INI (in the [CEnvi] section), and
  95.           will also add the CMM file extension to the [Extensions] section
  96.           in WIN.INI.
  97.  
  98. 1.4.  Removing CEnvi unregistered shareware
  99.  
  100.           If, after testing CEnvi for a few weeks, you choose not to
  101.           register this version of CEnvi, then you should remove the
  102.           program from your computer.  (Also please consider telling Nombas
  103.           why CEnvi did not suit your needs; we need such feedback if we
  104.           are to improve the product.)
  105.  
  106.           For all operating systems, the first step for removing CEnvi is
  107.           to delete all the CEnvi files and the directory that you copied
  108.           the files to.  The next step depends on your operating system:
  109.  
  110. 1.4.1   DOS de-installation
  111.  
  112.           Install.cmm made two changes to C:\AUTOEXEC.BAT: the directory
  113.           that CEnvi was in will have been added to your PATH statement,
  114.           and the CMMPATH environment variable will have been added.  To
  115.           de-install CEnvi you must remove the CEnvi directory from the
  116.           PATH statement and you must also delete the "SET CMMPATH=..."
  117.           line.
  118.  
  119. 1.4.2   OS/2 de-installation
  120.  
  121.           Install.cmm made two changes to C:\CONFIG.SYS: the directory that
  122.           CEnvi was in will have been added to your PATH statement, and the
  123.           CMMPATH environment variable will have been added.  To de-install
  124.           CEnvi you must remove the CEnvi directory from the PATH statement
  125.           and you must also delete the "SET CMMPATH=..." line.
  126.  
  127. 1.4.3   Windows de-installation
  128.  
  129.           Install.cmm made two changes to WIN.INI: the CMM profile
  130.           extension was added and the CMMPATH profile string was created.
  131.           To de-install CEnvi you must edit WIN.INI (with NOTEPAD.EXE for
  132.           example) and remove from the [Extensions] section a line similar
  133.           to this:
  134.                CMM=C:\CENVI\CENVI.EXE ^.CMM
  135.           and also remove these line (or lines much like these) from
  136.           WIN.INI:
  137.                [CEnvi]
  138.                CMMPATH=E:\NOMBAS\CENVI\EXAMPLES.WIN
  139.  
  140. 1.5.  Using this package
  141.  
  142. 1.5.1   Unregistered CEnvi shareware executable
  143.  
  144.           The executable in this package, named CEnvi.EXE, is identical to
  145.           the registered version of CEnvi at the time this package was
  146.           created with one exception: this unregistered shareware version
  147.           will occasionally put up a screen to remind you to register your
  148.           copy of CEnvi (see the bottom of this document or REGISTER.DOC).
  149.           Nombas has spent, and will continue to spend, time and resources
  150.           developing and supporting CEnvi and Cmm.  Without your honest
  151.           support Nombas cannot improve and support CEnvi (and pay
  152.           mortgage, feed the kids, pay the doctor, etc...).
  153.  
  154.           It is likely that months have elapsed since this shareware
  155.           package has been put together (see date at the top of this file).
  156.           If so, then the version of CEnvi you receive will be an updated
  157.           version of this one.  At the time of this release, incremental
  158.           improvements have been planned in memory use, speed of execution,
  159.           debugging tools, developer tools, and documentation.
  160.  
  161. 1.5.2   Example programs
  162.  
  163.           The following example programs are included with this shareware
  164.           version of CEnvi.  Those files with a batch extension (.